From: Nicolas Thill Date: Mon, 4 Aug 2008 14:47:27 +0000 (+0000) Subject: dsl-qos-queue is broken on 2.6.26 as well X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e1cd5facadc557d741d1c038938eeb54d1a4ccb6;p=openwrt%2Fsvn-archive%2Fpackages.git dsl-qos-queue is broken on 2.6.26 as well SVN-Revision: 12093 --- diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index cf39f523b..8ce8c1547 100644 --- a/net/dsl-qos-queue/Makefile +++ b/net/dsl-qos-queue/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dsl-qos-queue SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 + DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 TITLE:=ADSL/ATM Bandwith management endef